Auctioneer: update evm-rollup charts for auctioneer #1830
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Update the evm-rollup genesis charts to include
astriaAuctioneerAddresses
which is a map of block height to auctioneer addresses. We also add a new flag to geth calledauctioneer
which enables auctioneer functionality in the flame node.Background
The auctioneer binary submits a signed bundle to the sequencer which the flame side of the auctioneer unbundles and verifies. To verify the bundle signature, the flame side requires the bech32 address of the sequencer key which signed bundle. We pass the bech32 address of the sequencer key to the flame side by adding it as a field in the genesis file of the flame EVM rollup.
We also add a new flag in geth
auctioneer
which enables the auctioneer funcationality in a geth node.Changes
astriaAuctioneerAddresses
to thecharts/evm-rollup/files/genesis/geth-genesis.json
which is parameterized byauctioneerAddresses
charts/evm-rollup/values.yaml
anddev/rollup/dev.yaml
calledauctioneerAddresses
auctioneer
flagTesting
By running the charts locally.
Related Issues
closes #1829